98f6c00208308d42d8ff11829d7283fdc8cb33b0,src/org/openstreetmap/josm/plugins/PluginDownloader.java,UpdateTask,finish,#,51

Before Change


            } else {
                JOptionPane.showMessageDialog(
                        Main.parent,
                        trn("{0} Plugin successfully downloaded. Please restart JOSM.", "{0} Plugins successfully downloaded. Please restart JOSM.", count, count),
                        tr("Information"),
                        JOptionPane.INFORMATION_MESSAGE
                );

After Change


                        JOptionPane.ERROR_MESSAGE
                );
            } else {
                String txt = trn("{0} Plugin successfully downloaded.", "{0} Plugins successfully downloaded.", count, count);
                if(restart)
                    txt += "\n"+tr("Please restart JOSM.");